CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - singular value decomposition

搜索资源列表

  1. Image-Compression

    0下载:
  2. 一系列展示图像压缩技术的源代码。包括有:使用块截断编码的图像压缩(Block Truncation)、基于高斯金字塔变换的图像压缩(Gaussian Pyramids)、基于离散余弦变换对图像压缩(Discrete Cosine Transform)、基于奇异值分解(SVD)的图像压缩(Singular Value Decomposition)。给出的代码还可以用于2D图像噪声消除
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:43851
    • 提供者:李远
  1. KL2

    0下载:
  2. 人脸识别:利用奇异值分解和KL变换的投影,是很有价值的一篇文章-Face Recognition : The Singular Value Decomposition and KL transform projection, it is valuable to an article
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:331234
    • 提供者:许奕强
  1. 图像压缩的几个MATLAB算法

    0下载:
  2. 图像压缩的几个MATLAB算法:分块编码、高斯金字塔、离散余弦变换、单值分解。-Image Compression Algorithm several MATLAB : Block Coding, Gaussian pyramid, discrete cosine transform, singular value decomposition.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:10066
    • 提供者:陈量
  1. lurastud

    0下载:
  2. 计算机图象处理,图象压缩处理,图像压缩的几个MATLAB算法:分块编码、高斯金字塔、离散余弦变换、单值分解。-computer image processing, image compression, image compression algorithm several MATLAB : Block Coding, Gaussian pyramid, discrete cosine transform, singular value decomposition.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:1621445
    • 提供者:aaa
  1. 描述奇异值分解的matlab小程序

    4下载:
  2. 一个描述奇异值分解的matlab小程序,通俗易懂,方便移植。-A descr iption of the singular value decomposition matlab small program, easy to understand, easy to transplant.
  3. 所属分类:matlab例程

    • 发布日期:2014-09-20
    • 文件大小:1024
    • 提供者:潘潘
  1. 57320svd.rar

    0下载:
  2. 奇异值分解源程序的一个程序,很不错的一个程序,欢迎使用,Singular value decomposition of a source program, it is a good program, Welcome
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-26
    • 文件大小:9549
    • 提供者:先生
  1. svyqc.rar

    0下载:
  2. 现代谱估计的matlab的程序。用的是奇异值分解的总体最小二乘法。,Modern Spectral Estimation matlab procedures. Using a singular value decomposition of the total least squares method.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:31530
    • 提供者:yangqiuchen
  1. SVD

    1下载:
  2. 奇异值分解的C语言程序,可以直接运行,高效简单易于理解-Singular value decomposition of the C language program can be run directly, simple and easy to understand effective
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:1652
    • 提供者:xingdi
  1. imcompress

    0下载:
  2. 基于奇异值分解(SVD)的图像压缩算法matlab实现-Based on singular value decomposition (SVD) to achieve image compression algorithm matlab
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:1024
    • 提供者:高凯
  1. tfidf_src

    0下载:
  2. TFIDF source code for the java programs
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:15767
    • 提供者:Ameya
  1. svd

    7下载:
  2. 奇异值分解(SVD)的MATLAB仿真性能分析-Singular value decomposition (SVD) of the MATLAB simulation performance analysis
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:665
    • 提供者:陈园园
  1. Matrix

    0下载:
  2. 矩阵运算的软件包,包括矩阵的LU分解、RQ分解、奇异值分解等-Matrix calculation of the package, including the LU decomposition of matrix, RQ decomposition, singular value decomposition, etc.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-13
    • 文件大小:3082169
    • 提供者:叶飞
  1. pca

    0下载:
  2. 运用奇异值分解定理的PCA方法在ORL人脸库上进行人脸识别,分类器为最近邻分类器,-The use of singular value decomposition theorem of PCA method in ORL face database for face recognition, nearest neighbor classifier for the classifier,
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1262
    • 提供者:胡丽娜
  1. chengxu

    2下载:
  2. 这是基于PCA的人脸识别,用MATLAB编写,包含了K-L变换,奇异值分解等方法,且采用了最小距离分类器-This is based on the PCA face recognition, using MATLAB to prepare, including the KL transform, singular value decomposition and other methods, and the use of the minimum distance classifier
  3. 所属分类:Other systems

    • 发布日期:2014-12-27
    • 文件大小:3488
    • 提供者:pan
  1. pinv

    1下载:
  2. //奇异值分解法求广义逆 //本函数返回值小于0表示在奇异值分解过程, //中迭代值超过了60次还未满足精度要求. //返回值大于0表示正常返回。 //a-长度为m*n的数组,返回时其对角线依次给出奇异值,其余元素为0 //m-矩阵的行数 //n-矩阵的列数 //aa-长度为n*m的数组,返回式存放A的广义逆 //eps-精度要求 //u-长度为m*m的数组,返回时存放奇异值分解的左奇异量U //v-长度为n*n的数组,返回时存放奇异值分解的左奇异量
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:3556
    • 提供者:钟钟
  1. musicF1

    1下载:
  2. 任意阵列输出数据的协方差进行奇异值分解,求出特征值和特征向量,利用信号子空间和噪声子空间的正交性,构造空间谱函数-Arbitrary array output data covariance singular value decomposition, eigenvalues and eigenvectors obtained using the signal subspace and noise subspace orthogonality spectral function space con
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:1065
    • 提供者:
  1. SVD

    0下载:
  2. 最小二乘估值的SVD分解计算方法,本程序可将最小二乘估值问题转化为超定方程组的问题处理,且可用奇异值分解的方法计算最小二乘问题。-Least Squares Estimates of the SVD decomposition method, the valuation process can be transformed into squares overdetermined equations deal with the problem, and can be calculated sing
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:833
    • 提供者:o0cmzx0o
  1. signalProcessingBasedOnMultilinearAlgebra

    0下载:
  2. signal processing based on multilinear algebra,国外的学者的博士论文,主题关于信号处理最前沿的课题之一:平行因子分解(PARAFAC)。主要讨论了多重线性代数,包括高阶统计量分析,高阶奇异值分解,最优秩1分解,ICA与PARAFAC之间的关系等等。-signal processing based on multilinear algebra, foreign doctoral dissertations and scholars, the subje
  3. 所属分类:DSP program

    • 发布日期:2017-04-09
    • 文件大小:1492498
    • 提供者:云上
  1. OFDM-channel-estimation

    0下载:
  2. OFDM经典论文,学习OFDM必看文章,是关于OFDM奇异值分解信道估计的。-OFDM classic paper, learning OFDM must-see article, is the About OFDM singular value decomposition of channel estimation.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-24
    • 文件大小:296051
    • 提供者:wangqian
  1. Preparation

    0下载:
  2. 潜在语义准备,包括文档变换,SVD(奇异值分解)等方法。-Latent Semantic prepared, including document conversion, SVD (singular value decomposition) and other methods.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:38337
    • 提供者:frank
« 1 2 34 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com